home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global snap, follow
- set snap to 0
- set follow to 0
- repeat with f = 8 to 12
- set the visible of sprite f to 1
- end repeat
- repeat with f = 14 to 18
- puppetSprite(f, 1)
- end repeat
- repeat with f = 14 to 18
- set the visible of sprite f to 0
- end repeat
- end
-